Sets or returns a value indicating whether an object word wraps text at cell boundaries.
Syntax
object.WrapText [= value]
The WrapText property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A Boolean expression that determines whether an object word wraps, as described in Settings. |
Settings
The settings for value are:
Setting | Description |
True | A line break occurs before words that would otherwise be partially displayed. |
False | (Default) No line break occurs and text is clipped at the cell's right edge. |
Remarks
Use this property in conjunction with the RowHeight property to produce multi-line displays.